projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa9780
)
(apropos-print): Fix message about mouse command.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:07:49 +0000
(23:07 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 9 Jan 1996 23:07:49 +0000
(23:07 +0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index efc3d2b8a9b70e6a80f6612016395d46be1f0211..808ef549a938645df7211362c5e8b00b7ffa955c 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-445,7
+445,8
@@
found."
(apropos-mode)
(if window-system
(insert (substitute-command-keys
- "Click \\[apropos-mouse-follow] to get full documentation.\n")))
+ "If you move the mouse over text that changes color,\n"
+ "you can click \\[apropos-mouse-follow] to get more information.\n")))
(insert (substitute-command-keys
"In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))
(while (consp p)